home *** CD-ROM | disk | FTP | other *** search
/ Enter 2006 September / Enter 09 2006.iso / Pakiet3_outlook / Outlook on the Desktop 1.0 / setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-07-28  |  2.7 KB  |  51 lines

  1. ;InnoSetupVersion=5.1.2
  2. [Setup]
  3. AppName=Outlook on the Desktop
  4. AppVerName=Outlook on the Desktop 1.0
  5. AppId={{6D9785D9-FF53-4C06-9C2A-E4173D41A2FD}
  6. AppPublisher=Michael Scrivo
  7. AppPublisherURL=http://www.michaelscrivo.com/projects/outlookdesktop
  8. AppSupportURL=http://www.michaelscrivo.com/projects/outlookdesktop
  9. AppUpdatesURL=http://www.michaelscrivo.com/projects/outlookdesktop
  10. DefaultDirName={pf}\Outlook on the Desktop
  11. DefaultGroupName=Outlook on the Desktop
  12. OutputBaseFilename=setup
  13. Compression=lzma
  14. PrivilegesRequired=none
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17. [Files]
  18. Source: "{tmp}\isxdl.dll"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  19. Source: "{app}\OutlookDesktop.exe"; DestDir: "{app}"; 
  20. Source: "{app}\outlookAX.html"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\AxInterop.SHDocVw.dll"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\Interop.SHDocVw.dll"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\App.ico"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\OutlookDesktop.exe.manifest"; DestDir: "{app}"; Flags: ignoreversion 
  25. [Registry]
  26. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "OutlookOnDesktop"; ValueType: String; ValueData: "{app}\OutlookDesktop.exe"; Flags: uninsdeletevalue 
  27. [Run]
  28. Filename: "{app}\OutlookDesktop.exe"; Description: "{cm:LaunchProgram,Outlook on the Desktop}"; Flags: postinstall skipifsilent nowait
  29. [Icons]
  30. Name: "{group}\Outlook on the Desktop"; Filename: "{app}\OutlookDesktop.exe"; 
  31. Name: "{userdesktop}\Outlook on the Desktop"; Filename: "{app}\OutlookDesktop.exe"; Tasks: desktopicon; 
  32. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Outlook on the Desktop"; Filename: "{app}\OutlookDesktop.exe"; Tasks: quicklaunchicon; 
  33. [Tasks]
  34. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  35. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  36. Name: "installdotnet"; Description: "Download and Install Microsoft .NET Framework 1.1"; Check: "NeedsDotNetFramework"; 
  37. [CustomMessages]
  38. eng.NameAndVersion=%1 version %2
  39. eng.AdditionalIcons=Additional icons:
  40. eng.CreateDesktopIcon=Create a &desktop icon
  41. eng.CreateQuickLaunchIcon=Create a &Quick Launch icon
  42. eng.ProgramOnTheWeb=%1 on the Web
  43. eng.UninstallProgram=Uninstall %1
  44. eng.LaunchProgram=Launch %1
  45. eng.AssocFileExtension=&Associate %1 with the %2 file extension
  46. eng.AssocingFileExtension=Associating %1 with the %2 file extension...
  47. [Languages]
  48. ; These files are stubs
  49. ; To achieve better results after recompilation, use the real language files
  50. Name: "eng"; MessagesFile: "embedded\eng.isl"; 
  51.